Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / StructList<T> Class / CountAll Method
The GrapeCity.Documents.Common.StructPredicate`1 delegate that defines the conditions of the elements to match.

In This Topic
    CountAll Method (StructList<T>)
    In This Topic
    Gets the number of elements in the StructList<T> that match the conditions defined by the specified predicate.
    Syntax
    'Declaration
     
    Public Function CountAll( _
       ByVal match As GrapeCity.Documents.Common.StructPredicate(Of T) _
    ) As System.Integer
    public System.int CountAll( 
       GrapeCity.Documents.Common.StructPredicate<T> match
    )

    Parameters

    match
    The GrapeCity.Documents.Common.StructPredicate`1 delegate that defines the conditions of the elements to match.

    Return Value

    The number of elements that match the conditions defined by the predicate.
    See Also